Returns the assigned reservations (pick locations) for a shipment in Picking status.
Reservations represent the specific warehouse locations where items should be picked from to fulfill this shipment. This endpoint is only available for shipments with status “picking”.
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
The shipment ID
x >= 1
A limit on the number of objects to be returned.
1 <= x <= 1000
100
A cursor for use in pagination which defines the starting id
of the next page of results.
See paging parameters for more information on paging.
The default sort order is descending by primary key (sort=-id
).
Using the sorting syntax, the following fields are available for sorting:
id
quantity
qty_picked
Using the filtering syntax, you may filter the results using the following fields:
id
location_id
product_id
qty
qty_picked
is_locked
Specify additional fields to include in the response
Specify additional fields of the ShipmentItem
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product
objects to be included in the response. See the selecting fields page for more information.
Specify additional fields of the OrderItem
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Location
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Lot
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the LocationType
object (via Location) to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product
object (via Location) to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Rack
object (via Location) to be included in the response. See the selecting fields page for more information.
A dictionary with a collection
property that contains a list of
Reservation
objects for the specified shipment.
The response is of type object
.